home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / DefineButton2_1369 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-11-12  |  768b  |  37 lines

  1. on(release){
  2.    if(_root.poz == "b")
  3.    {
  4.       _root.pepa.gotoAndPlay("bd");
  5.    }
  6.    else if(_root.poz == "c")
  7.    {
  8.       _root.pepa.gotoAndPlay("cd");
  9.    }
  10.    else if(_root.poz == "e")
  11.    {
  12.       _root.pepa.gotoAndPlay("ed");
  13.    }
  14.    else if(_root.poz == "d")
  15.    {
  16.       call("/:hide");
  17.       if(_root.draglej == 0)
  18.       {
  19.          _root.general.gotoAndPlay("doutniktalk");
  20.       }
  21.       else if(_root.draglej == 13)
  22.       {
  23.          stopDrag();
  24.          _root.itembar_refresh();
  25.          call("/:hide");
  26.          _root.general.gotoAndPlay("doutniktalk");
  27.       }
  28.       else
  29.       {
  30.          stopDrag();
  31.          _root.itembar_refresh();
  32.          call("/:hide");
  33.          _root.general.gotoAndPlay("doutniktalk");
  34.       }
  35.    }
  36. }
  37.